object ScrFrm: TScrFrm Left = 290 Top = 152 Width = 393 Height = 461 Caption = 'Dial-Up Scripting' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 385 Height = 434 Align = alClient BevelInner = bvLowered TabOrder = 0 object Memo: TRichEdit Left = 12 Top = 12 Width = 363 Height = 373 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( '') ParentFont = False PlainText = True ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object NoBtn: TBitBtn Left = 236 Top = 396 Width = 139 Height = 27 Caption = 'Do NOT update' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object OkButton: TBitBtn Left = 12 Top = 396 Width = 139 Height = 27 Caption = 'Update scripting' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = OkButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end end